Skip to content

Bugfix - search could give objects of wrong classes#540

Merged
tobixen merged 3 commits into
masterfrom
issue539
Jul 15, 2025
Merged

Bugfix - search could give objects of wrong classes#540
tobixen merged 3 commits into
masterfrom
issue539

Conversation

@tobixen
Copy link
Copy Markdown
Member

@tobixen tobixen commented Jul 15, 2025

A search without filtering on comp-type on a calendar containing a mix of events, journals and tasks should return a mix of such. (All the examples in the RFC includes the comp-type filter, so many servers does not support this). There were a bug in the auto-detection of comp-type, so tasks would typically be wrapped as events or vice-versa.

Also ensured the CHANGELOG.md contains all changes since 2.0.0 was released.

Fixes #539

tobixen added 3 commits July 15, 2025 13:31
…s --show-diff-on-failure

Reorder python imports...................................................�[42mPassed�[m
black....................................................................�[42mPassed�[m
check BOM - deprecated: use fix-byte-order-marker........................�[42mPassed�[m
trim trailing whitespace.................................................�[42mPassed�[m
fix end of files.........................................................�[42mPassed�[m
  style: OK (1.41=setup[0.11]+cmd[1.30] seconds)
  congratulations :) (1.54 seconds) to the rescue
@tobixen tobixen merged commit 2f33b55 into master Jul 15, 2025
7 checks passed
@tobixen tobixen deleted the issue539 branch July 15, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Search without comptype wraps everything into Event-objects

1 participant